Path: / workflows / {workflow-id} / executions / {eid} / start

Path parameters:
workflow-id -
eid -

Method Summary
ResourceDescription
PUT /workflows/{workflow-id}/executions/{eid}/start 

Method Detail
HTTP Example:
PUT /workflows/{workflow-id}/executions/{eid}/start

API Example:

WorkflowsResource.startExecution({'workflow-id': …,
  'eid': …});

Output:
void